Option | Description |
---|
-l | Strips line number information, and keeps the symbol table and debugging information. |
-o filename | Puts the stripped information in the filename that you specify. |
-V | Prints the version number of strip. |
-x | Keeps symbol table information, but may strip debugging and line number information. |